home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / THOSTDIALOG / THOSTDIALOG.txt
Text File  |  1996-08-04  |  9KB  |  387 lines

  1. object HostDialog: THostDialog
  2.   Left = 251
  3.   Top = 89
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Lookup Error'
  7.   ClientHeight = 336
  8.   ClientWidth = 249
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 16
  19.     Top = 16
  20.     Width = 192
  21.     Height = 13
  22.     Caption = 'Cannot lookup IP address for host name:'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'MS Sans Serif'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 16
  31.     Top = 266
  32.     Width = 53
  33.     Height = 13
  34.     Caption = 'IP address:'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'MS Sans Serif'
  38.     Font.Style = []
  39.     ParentFont = False
  40.   end
  41.   object Bevel1: TBevel
  42.     Left = 16
  43.     Top = 64
  44.     Width = 217
  45.     Height = 9
  46.     Shape = bsTopLine
  47.   end
  48.   object Bevel2: TBevel
  49.     Left = 16
  50.     Top = 256
  51.     Width = 217
  52.     Height = 9
  53.     Shape = bsTopLine
  54.   end
  55.   object OKBtn: TBitBtn
  56.     Left = 16
  57.     Top = 300
  58.     Width = 113
  59.     Height = 27
  60.     Caption = '&Try IP Address'
  61.     Default = True
  62.     Font.Color = clBlack
  63.     Font.Height = -11
  64.     Font.Name = 'MS Sans Serif'
  65.     Font.Style = []
  66.     ModalResult = 1
  67.     ParentFont = False
  68.     TabOrder = 0
  69.     NumGlyphs = 2
  70.     Spacing = -1
  71.     IsControl = True
  72.   end
  73.   object CancelBtn: TBitBtn
  74.     Left = 136
  75.     Top = 300
  76.     Width = 97
  77.     Height = 27
  78.     Cancel = True
  79.     Caption = '&Cancel'
  80.     Font.Color = clBlack
  81.     Font.Height = -11
  82.     Font.Name = 'MS Sans Serif'
  83.     Font.Style = []
  84.     ModalResult = 2
  85.     ParentFont = False
  86.     TabOrder = 1
  87.     NumGlyphs = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object HostName: TEdit
  92.     Left = 32
  93.     Top = 40
  94.     Width = 257
  95.     Height = 20
  96.     TabStop = False
  97.     BorderStyle = bsNone
  98.     Color = clBtnFace
  99.     Ctl3D = False
  100.     ParentCtl3D = False
  101.     ReadOnly = True
  102.     TabOrder = 2
  103.     Text = 'HostName'
  104.   end
  105.   object Addr: TEdit
  106.     Left = 72
  107.     Top = 264
  108.     Width = 161
  109.     Height = 21
  110.     Font.Color = clBlack
  111.     Font.Height = -11
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 3
  116.   end
  117.   object Hostpage: TNotebook
  118.     Left = 8
  119.     Top = 68
  120.     Width = 233
  121.     Height = 181
  122.     TabOrder = 4
  123.     object TPage
  124.       Left = 0
  125.       Top = 0
  126.       Caption = 'NoIP'
  127.       object Label3: TLabel
  128.         Left = 8
  129.         Top = 2
  130.         Width = 186
  131.         Height = 13
  132.         Caption = 'There is no entry in your Domain Name '
  133.         Font.Color = clBlack
  134.         Font.Height = -11
  135.         Font.Name = 'MS Sans Serif'
  136.         Font.Style = []
  137.         ParentFont = False
  138.       end
  139.       object Label4: TLabel
  140.         Left = 8
  141.         Top = 16
  142.         Width = 162
  143.         Height = 13
  144.         Caption = 'Service (DNS) server for that host.'
  145.         Font.Color = clBlack
  146.         Font.Height = -11
  147.         Font.Name = 'MS Sans Serif'
  148.         Font.Style = []
  149.         ParentFont = False
  150.       end
  151.       object Label5: TLabel
  152.         Left = 8
  153.         Top = 36
  154.         Width = 220
  155.         Height = 13
  156.         Caption = 'Either the host name of the MUD has changed'
  157.         Font.Color = clBlack
  158.         Font.Height = -11
  159.         Font.Name = 'MS Sans Serif'
  160.         Font.Style = []
  161.         ParentFont = False
  162.       end
  163.       object Label6: TLabel
  164.         Left = 8
  165.         Top = 128
  166.         Width = 208
  167.         Height = 13
  168.         Caption = 'Otherwise, if you know the IP address of the'
  169.         Font.Color = clBlack
  170.         Font.Height = -11
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = []
  173.         ParentFont = False
  174.       end
  175.       object Label7: TLabel
  176.         Left = 8
  177.         Top = 74
  178.         Width = 188
  179.         Height = 13
  180.         Caption = 'If you mistyped the host name, enter the'
  181.         Font.Color = clBlack
  182.         Font.Height = -11
  183.         Font.Name = 'MS Sans Serif'
  184.         Font.Style = []
  185.         ParentFont = False
  186.       end
  187.       object Label8: TLabel
  188.         Left = 8
  189.         Top = 88
  190.         Width = 206
  191.         Height = 13
  192.         Caption = 'correct name into the IP address field below'
  193.         Font.Color = clBlack
  194.         Font.Height = -11
  195.         Font.Name = 'MS Sans Serif'
  196.         Font.Style = []
  197.         ParentFont = False
  198.       end
  199.       object Label9: TLabel
  200.         Left = 8
  201.         Top = 102
  202.         Width = 169
  203.         Height = 13
  204.         Caption = 'and click the Try IP Address button.'
  205.         Font.Color = clBlack
  206.         Font.Height = -11
  207.         Font.Name = 'MS Sans Serif'
  208.         Font.Style = []
  209.         ParentFont = False
  210.       end
  211.       object Label10: TLabel
  212.         Left = 8
  213.         Top = 50
  214.         Width = 147
  215.         Height = 13
  216.         Caption = 'or you have mistyped the name'
  217.         Font.Color = clBlack
  218.         Font.Height = -11
  219.         Font.Name = 'MS Sans Serif'
  220.         Font.Style = []
  221.         ParentFont = False
  222.       end
  223.       object Label22: TLabel
  224.         Left = 8
  225.         Top = 142
  226.         Width = 218
  227.         Height = 13
  228.         Caption = 'MUD, enter it into the field below and click the'
  229.         Font.Color = clBlack
  230.         Font.Height = -11
  231.         Font.Name = 'MS Sans Serif'
  232.         Font.Style = []
  233.         ParentFont = False
  234.       end
  235.       object Label23: TLabel
  236.         Left = 8
  237.         Top = 156
  238.         Width = 214
  239.         Height = 13
  240.         Caption = 'Try IP Address button to connect to the MUD'
  241.         Font.Color = clBlack
  242.         Font.Height = -11
  243.         Font.Name = 'MS Sans Serif'
  244.         Font.Style = []
  245.         ParentFont = False
  246.       end
  247.     end
  248.     object TPage
  249.       Left = 0
  250.       Top = 0
  251.       Caption = 'Timeout'
  252.       object Label14: TLabel
  253.         Left = 8
  254.         Top = 2
  255.         Width = 195
  256.         Height = 13
  257.         Caption = 'Your Domain Name Service (DNS) server'
  258.         Font.Color = clBlack
  259.         Font.Height = -11
  260.         Font.Name = 'MS Sans Serif'
  261.         Font.Style = []
  262.         ParentFont = False
  263.       end
  264.       object Label15: TLabel
  265.         Left = 8
  266.         Top = 16
  267.         Width = 102
  268.         Height = 13
  269.         Caption = 'cannot be contacted.'
  270.         Font.Color = clBlack
  271.         Font.Height = -11
  272.         Font.Name = 'MS Sans Serif'
  273.         Font.Style = []
  274.         ParentFont = False
  275.       end
  276.       object Label16: TLabel
  277.         Left = 8
  278.         Top = 36
  279.         Width = 194
  280.         Height = 13
  281.         Caption = 'Either your network is down, or your DNS'
  282.         Font.Color = clBlack
  283.         Font.Height = -11
  284.         Font.Name = 'MS Sans Serif'
  285.         Font.Style = []
  286.         ParentFont = False
  287.       end
  288.       object Label17: TLabel
  289.         Left = 8
  290.         Top = 50
  291.         Width = 184
  292.         Height = 13
  293.         Caption = 'server is misconfigured in your Network'
  294.         Font.Color = clBlack
  295.         Font.Height = -11
  296.         Font.Name = 'MS Sans Serif'
  297.         Font.Style = []
  298.         ParentFont = False
  299.       end
  300.       object Label18: TLabel
  301.         Left = 8
  302.         Top = 64
  303.         Width = 64
  304.         Height = 13
  305.         Caption = 'control panel.'
  306.         Font.Color = clBlack
  307.         Font.Height = -11
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ParentFont = False
  311.       end
  312.       object Label19: TLabel
  313.         Left = 8
  314.         Top = 86
  315.         Width = 183
  316.         Height = 13
  317.         Caption = 'Contact your network manager of your '
  318.         Font.Color = clBlack
  319.         Font.Height = -11
  320.         Font.Name = 'MS Sans Serif'
  321.         Font.Style = []
  322.         ParentFont = False
  323.       end
  324.       object Label20: TLabel
  325.         Left = 8
  326.         Top = 100
  327.         Width = 171
  328.         Height = 13
  329.         Caption = 'Internet Provider for help on properly'
  330.         Font.Color = clBlack
  331.         Font.Height = -11
  332.         Font.Name = 'MS Sans Serif'
  333.         Font.Style = []
  334.         ParentFont = False
  335.       end
  336.       object Label21: TLabel
  337.         Left = 8
  338.         Top = 114
  339.         Width = 133
  340.         Height = 13
  341.         Caption = 'configuring your DNS server'
  342.         Font.Color = clBlack
  343.         Font.Height = -11
  344.         Font.Name = 'MS Sans Serif'
  345.         Font.Style = []
  346.         ParentFont = False
  347.       end
  348.       object Label11: TLabel
  349.         Left = 8
  350.         Top = 136
  351.         Width = 187
  352.         Height = 13
  353.         Caption = 'If you know the IP address of the MUD,'
  354.         Font.Color = clBlack
  355.         Font.Height = -11
  356.         Font.Name = 'MS Sans Serif'
  357.         Font.Style = []
  358.         ParentFont = False
  359.       end
  360.       object Label12: TLabel
  361.         Left = 8
  362.         Top = 150
  363.         Width = 176
  364.         Height = 13
  365.         Caption = 'enter it in the box below and click the'
  366.         Font.Color = clBlack
  367.         Font.Height = -11
  368.         Font.Name = 'MS Sans Serif'
  369.         Font.Style = []
  370.         ParentFont = False
  371.       end
  372.       object Label13: TLabel
  373.         Left = 8
  374.         Top = 164
  375.         Width = 217
  376.         Height = 13
  377.         Caption = 'Try IP Address button to connect to the MUD.'
  378.         Font.Color = clBlack
  379.         Font.Height = -11
  380.         Font.Name = 'MS Sans Serif'
  381.         Font.Style = []
  382.         ParentFont = False
  383.       end
  384.     end
  385.   end
  386. end
  387.